home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2522 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  808b  |  41 lines

  1. on(release){
  2.    if(_root.poz == "e")
  3.    {
  4.       _root.poz = "b";
  5.       _root.pepa.gotoAndStop("b");
  6.    }
  7.    if(_root.poz == "b")
  8.    {
  9.       if(_root.draglej == 30)
  10.       {
  11.          _root.d_koci.i = "noviny";
  12.       }
  13.       else if(_root.draglej == 31)
  14.       {
  15.          _root.d_koci.i = "item_n31";
  16.       }
  17.       else if(_root.draglej == 1)
  18.       {
  19.          _root.d_koci.i = "item_n1";
  20.       }
  21.       else if(_root.draglej >= 13 && 15 >= _root.draglej)
  22.       {
  23.          _root.d_koci.i = "start";
  24.       }
  25.       else if(0 < _root.draglej)
  26.       {
  27.          _root.d_koci.i = "item_bad";
  28.       }
  29.       else
  30.       {
  31.          _root.d_koci.i = "start";
  32.       }
  33.    }
  34.    else
  35.    {
  36.       _root.pepa.gotoAndPlay(_root.poz add "b");
  37.    }
  38.    _root.stopdragall();
  39.    _root.hideall();
  40. }
  41.